'宣言 Public Overloads Sub Select( _ ByVal ranges As System.Collections.Generic.IEnumerable(Of GridCellRange), _ ByVal scrollIntoView As System.Boolean, _ Optional ByVal hideSelectionAdorners As System.Boolean _ )
public void Select( System.Collections.Generic.IEnumerable<GridCellRange> ranges, System.bool scrollIntoView, System.bool hideSelectionAdorners )
パラメータ
- ranges
- 選択する GridCellRange のコレクション。
- scrollIntoView
- 新しい選択範囲を表示範囲までスクロールするかどうか。
- hideSelectionAdorners
- 選択マーカーを非表示にするかどうか。